home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMMAKE.MAN < prev    next >
Text File  |  1993-01-08  |  1KB  |  67 lines

  1.  
  2.  
  3. ppmmake(1)                 Unix Programmer's Manual                 ppmmake(1)
  4.  
  5.  
  6. NAME
  7.      ppmmake - create a pixmap of a specified size and color
  8.  
  9. SYNOPSIS
  10.      ppmmake color width height
  11.              ----- ----- ------
  12.  
  13. DESCRIPTION
  14.      Produces a portable pixmap of the specified color, width, and height.
  15.  
  16.      The color can be specified in five ways:
  17.  
  18.      o    A name, assuming that a pointer to an X11-style color names file was
  19.           compiled in.
  20.  
  21.      o    An X11-style hexadecimal specifier: rgb:r/g/b, where r g and  b  are
  22.           each 1- to 4-digit hexadecimal numbers.
  23.  
  24.      o    An X11-style decimal specifier: rgbi:r/g/b, where  r  g  and  b  are
  25.           floating point numbers between 0 and 1.
  26.  
  27.      o    For backwards compatibility, an  old-X11-style  hexadecimal  number:
  28.           #rgb, #rrggbb, #rrrgggbbb, or #rrrrggggbbbb.
  29.  
  30.      o    For backwards compatibility,  a  triplet  of  numbers  separated  by
  31.           commas:  r,g,b, where r g and b are floating point numbers between 0
  32.           and 1.  (This style was added before MIT came up  with  the  similar
  33.           rgbi style.)
  34.  
  35. SEE ALSO
  36.      ppm(5), pbmmake(1)
  37.  
  38. AUTHOR
  39.      Copyright (C) 1991 by Jef Poskanzer.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                               24 September 1991                              1
  66.  
  67.